All Questions
6 questions
0votes
0answers
47views
make p tag collapsed after 3 rows
I looking for a way to show a read more link underneath my P tag after 3 lines have been displayed so the user can click the read more then it will show the rest of the text (if its paragraphs long) ...
0votes
1answer
719views
Can I set up a hover animation in CSS depending on a PHP conditional?
I created a 'Light' theme and 'Dark' theme in the WP dashboard (via Advanced Custom Fields) that will determine how a series of buttons will look, depending on which theme is selected: ...
0votes
1answer
532views
Get ACF options field in PHP acting as CSS
I am combining all of my css files into one file via PHP using header('Content-type: text/css'); Within that processed PHP file, I want to get a field from an options page within Advanced Custom ...
0votes
1answer
143views
PHP/CSS: Shortcode won't display correctly, and only displays in the head (before content)
Trying to create a shortcode to be implemented to a popup. I'm trying to display four images in a 2x2 grid at the center of the page. The problem is that this shortcode now floats everything left and ...
0votes
1answer
60views
Position a repeated article blocks
https://www.altcinematic.co.uk/ <?php if(have_rows('films')): $count = 1; ?> <section id="content"> <div class="content-section"> <?php while(...
0votes
1answer
1kviews
Problem with adding custom CSS class to image in ACF Photo Gallery plugin [closed]
I am using the ACF Photo Gallery plugin (ACF addon that adds an image gallery option). I'm trying to add the option of giving my own CSS class to a particular image, all by the tutorial -> https://...